home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000047_jcsutton@usa.com_Thu Oct 18 12:09:57 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 12859 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!howland.erols.net!nntp.abs.net!feeder.qis.net!sn-xit-02!supernews.com!postnews1.google.com!not-for-mail
  3. From: jcsutton@usa.com (Juan Sutton)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Problems With File Transfer And Scripting
  6. Date: 18 Oct 2001 08:58:00 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 35
  9. Message-ID: <23521c90.0110180757.535238d3@posting.google.com>
  10. NNTP-Posting-Host: 192.76.80.75
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1003420681 25163 127.0.0.1 (18 Oct 2001 15:58:01 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 18 Oct 2001 15:58:01 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12859
  17.  
  18. I need to connect to approximately 360 voice mail servers (running
  19. UNIX System V/386 Release 3.0 80486) and transfer one small file (500
  20. bytes) from each machine back to an AIX box for processing.  I am
  21. using an external NEC 9635 E modem to dial each of these servers.  The
  22. modem type I am using is "generic-high-speed".
  23.  
  24. The versions of C-Kermit being used are as follows:
  25.  
  26. C-Kermit 7.0.196, 1 Jan 2000, for IBM AIX 4.3
  27. C-Kermit, 4C(058) 19 Mar 86, Unisys PulsePoint Communications
  28.  
  29. I am running into a few problems trying to get this to work.
  30.  
  31. 1) While trying to transfer a file, I am getting timeout errors (e.g.
  32. Last Error: Timeout 13 sec) on some boxes.  This occurs even when I
  33. attempt to manually login and transfer the files (with Kermit of
  34. course).
  35.  
  36. 2) On other boxes, this happens:
  37.  kermit -s SLBHCAXF.4AD
  38. , Sz* @-#Y1~^
  39. ?Read file not open
  40. (Then the script exits)
  41.  
  42. I can manually login (using Kermit) and issue the same command and the
  43. file will transfer okay.
  44.  
  45. 3) Finally, how do I force \ffiles to work on the remote system.  I
  46. need to be able to read the file names on the remote system but,
  47. \ffiles is reading the file names on the local machine.
  48.  
  49. Thanks for your assistance.
  50.  
  51. P.S.  This is my first Kermit project.  I have purchased "Using
  52. C-Kermit" to get me started.
  53.